func net.dtoi
11 uses
net (current package)
conf.go#L493: debugLevel, _, _ = dtoi(s)
dial.go#L248: proto, i, ok := dtoi(protostr)
dnsconfig_unix.go#L79: n, _, _ := dtoi(s[6:])
dnsconfig_unix.go#L87: n, _, _ := dtoi(s[8:])
dnsconfig_unix.go#L93: n, _, _ := dtoi(s[9:])
interface.go#L256: index, _, _ = dtoi(name)
ip.go#L529: n, i, ok := dtoi(mask)
lookup_unix.go#L36: if proto, _, ok := dtoi(f[1]); ok {
parse.go#L130: func dtoi(s string) (n int, i int, ok bool) {
port_unix.go#L35: port, j, ok := dtoi(portnet)
sock_linux.go#L45: n, _, ok := dtoi(f[0])
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |